feat(imagebuilder): add support for EC2 Image Builder L2 Constructs - Infrastructure Configuration#35882
Merged
mergify[bot] merged 2 commits intoaws:mainfrom Nov 10, 2025
Merged
Conversation
c34ddf8 to
9f0796e
Compare
4c463b8 to
e6969a9
Compare
Naton1
approved these changes
Nov 4, 2025
kumsmrit
previously requested changes
Nov 6, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
Pull request has been modified.
007c467 to
ab5b1f9
Compare
da30685 to
5c5bf40
Compare
kumsmrit
previously requested changes
Nov 7, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Show resolved
Hide resolved
e4d2666 to
b523ba3
Compare
Pull request has been modified.
105746f to
e8c029f
Compare
kumsmrit
previously requested changes
Nov 10, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Show resolved
Hide resolved
kumsmrit
reviewed
Nov 10, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
kumsmrit
reviewed
Nov 10, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
kumsmrit
reviewed
Nov 10, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/lib/infrastructure-configuration.ts
Outdated
Show resolved
Hide resolved
e433819 to
46ac793
Compare
Pull request has been modified.
46ac793 to
9a1ee2c
Compare
kumsmrit
reviewed
Nov 10, 2025
packages/@aws-cdk/aws-imagebuilder-alpha/test/infrastructure-configuration.test.ts
Show resolved
Hide resolved
gasolima
previously approved these changes
Nov 10, 2025
9a1ee2c to
6310a88
Compare
added 2 commits
November 10, 2025 10:09
… Infrastructure Configuration
… Infrastructure Configuration
6310a88 to
fc026e9
Compare
Pull request has been modified.
kumsmrit
approved these changes
Nov 10, 2025
Contributor
|
@Mergifyio refresh |
Contributor
✅ Pull request refreshed |
Contributor
|
@Mergifyio queue |
Contributor
🛑 There are no queue conditions matchingDetailsThere are queue conditions defined in the configuration, but none matches. The pull request has not been embarked. Details:
|
Contributor
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Contributor
|
Comments on closed issues and PRs are hard for our team to see. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # (aws/aws-cdk-rfcs#789)
Reason for this change
This change adds a new alpha module for EC2 Image Builder L2 Constructs (
@aws-cdk/aws-imagebuilder-alpha), as outlined in aws/aws-cdk-rfcs#789. This PR specifically implements theInfrastructureConfigurationconstruct.Description of changes
This change implements the
InfrastructureConfigurationconstruct, which is a higher-level construct ofCfnInfrastructureConfiguration.Note - I have also added the YAML library as a dependency to the module. This will be used for the component/workflow resources, which need to pass JSON objects in a YAML string format when creating the resource.
Example
Describe any new or updated permissions being added
N/A - new L2 construct in alpha module
Description of how you validated changes
Validated with unit tests and integration tests. Manually verified generated CFN templates as well.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license